home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 3 code / Meet PrGeneral / PrGeneralPlay.make < prev    next >
Encoding:
Text File  |  1990-06-05  |  810 b   |  28 lines  |  [TEXT/MPS ]

  1. #   File:       PrGeneralPlay.make
  2. #   Target:     PrGeneralPlay
  3. #   Sources:    PrGeneralPlay.c PrGeneralPlayPrint.c PrGeneralPlay.r
  4. #   Created:    Tuesday, June 5, 1990 8:47:32 PM
  5.  
  6.  
  7. OBJECTS = PrGeneralPlay.c.o PrGeneralPlayPrint.c.o
  8.  
  9.  
  10. PrGeneralPlay ƒƒ PrGeneralPlay.make PrGeneralPlay.r
  11.     Rez PrGeneralPlay.r -append -o PrGeneralPlay
  12.  
  13. PrGeneralPlay ƒƒ PrGeneralPlay.make {OBJECTS}
  14.     Link -w -t APPL -c luKE ∂
  15.         {OBJECTS} ∂
  16.         "{CLibraries}"CSANELib.o ∂
  17.         "{CLibraries}"Math.o ∂
  18.         #"{CLibraries}"Complex.o ∂
  19.         "{CLibraries}"StdClib.o ∂
  20.         "{CLibraries}"CInterface.o ∂
  21.         "{CLibraries}"CRuntime.o ∂
  22.         "{Libraries}"Interface.o ∂
  23.         -o PrGeneralPlay
  24. PrGeneralPlay.c.o ƒ PrGeneralPlay.make PrGeneralPlay.c
  25.      C  PrGeneralPlay.c
  26. PrGeneralPlayPrint.c.o ƒ PrGeneralPlay.make PrGeneralPlayPrint.c
  27.      C  PrGeneralPlayPrint.c
  28.